public class CliqueCondition extends Condition
| Constructor and Description |
|---|
CliqueCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(Graph existingGraph)
Used to test if the supplied graph is within the bounds of the
condition's implementation.
|
public boolean satisfies(Graph existingGraph)
Checks to determine if the supplied graph is a Clique.